home *** CD-ROM | disk | FTP | other *** search
/ Business Shareware / Business Shareware.iso / start / gfxapps / pbmpl91d / pbmplus / man / pgmtextu.man < prev    next >
Text File  |  1993-01-08  |  2KB  |  71 lines

  1.  
  2.  
  3. pgmtexture(1)              Unix Programmer's Manual              pgmtexture(1)
  4.  
  5.  
  6. NAME
  7.      pgmtexture - calculate textural features on a portable graymap
  8.  
  9. SYNOPSIS
  10.      pgmtexture [-d d] [pgmfile]
  11.                     -   -------
  12.  
  13. DESCRIPTION
  14.      Reads a portable graymap as input.  Calculates textural features based on
  15.      spatial  dependence matrices at 0, 45, 90, and 135 degrees for a distance
  16.      d (default = 1).  Textural features include:
  17.      -
  18.  
  19.           (1) Angular Second Moment,
  20.           (2) Contrast,
  21.           (3) Correlation,
  22.           (4) Variance,
  23.           (5) Inverse Difference Moment,
  24.           (6) Sum Average,
  25.           (7) Sum Variance,
  26.           (8) Sum Entropy,
  27.           (9) Entropy,
  28.           (10) Difference Variance,
  29.           (11) Difference Entropy,
  30.           (12, 13) Information Measures of Correlation, and
  31.           (14) Maximal Correlation Coefficient.
  32.  
  33.      Algorithm taken from:
  34.      Haralick, R.M., K. Shanmugam, and I. Dinstein.  1973.  Textural  features
  35.      for   image  classification.  IEEE  Transactions  on  Systems,  Man,  and
  36.                                    ----  ------------  --  -------   ---   ---
  37.      Cybertinetics, SMC-3(6):610-621.
  38.      -------------
  39.  
  40. BUGS
  41.      The program can run incredibly slow for large images (larger  than  64  x
  42.      64)  and  command  line options are limited.  The method for finding (14)
  43.      the maximal correlation coefficient, which requires  finding  the  second
  44.      largest eigenvalue of a matrix Q, does not always converge.
  45.  
  46. REFERENCES
  47.      IEEE Transactions on Systems, Man, and Cybertinetics, SMC-3(6):610-621.
  48.      ---- ------------ -- -------  ---  --- -------------
  49.  
  50. SEE ALSO
  51.      pgm(5), pnmcut(1)
  52.  
  53. AUTHOR
  54.      Copyright (C) 1991 by Texas Agricultural Experiment Station, employer for
  55.      hire of James Darrell McCauley.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                                  22 Aug 1991                                 1
  70.  
  71.